Conversation
|
src/renderer/App.css
Outdated
There was a problem hiding this comment.
It it possible to make the tailwind change separately, to reduce complexity and risk for both vite and tailwind changes?
|
I have a working project with electron-vite in use. I'm not super experienced with it, but may be able to help if you run into something tricky. |
The goal was to simply simplify the project as webpack does present its challenges, so hopefully less tricky things will appear 🙏 |
|
|
Closing this in favor of #2479 |





This pull request migrates the Electron app's build system from Webpack to electron-vite, resulting in a significant simplification of the configuration files and build scripts. It removes all Webpack-related configuration and dependencies, introduces new vite-based configuration, and updates file paths and environment variable handling throughout the codebase. Additionally, the CSS and asset handling are modernized to work with Vite and Tailwind v4 (no need for a config file), and logger usage is improved for better compatibility between main and renderer processes.
At the current state however, Primer's variables are being loaded, but somehow not used yet.